Bugs?: If you find a problem with this file, use the Apple Bug Reporter
stack. Include the file and version information (from above)
in the problem description and send to:
Internet: apple.bugs.applelink.apple.com
AppleLink: APPLE.BUGS
*)
(*$TAGS-*)
(*$CALLING PASCAL*)
MODULE AEPackObject;
IMPORT SYSTEM, Types, AppleEvents;
(* $PUSH*)
(* $ALIGN MAC68K*)
(* $LibExport+*)
PROCEDURE CreateOffsetDescriptor*(theOffset: LONGINT; VAR theDescriptor: AppleEvents.AEDesc): Types.OSErr;
EXTERNAL PASCAL;
PROCEDURE CreateCompDescriptor*(comparisonOperator: AppleEvents.DescType; VAR operand1: AppleEvents.AEDesc; VAR operand2: AppleEvents.AEDesc; disposeInputs: BOOLEAN; VAR theDescriptor: AppleEvents.AEDesc): Types.OSErr;